home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
aimer
/
frmviseu.frm
next >
Wrap
Text File
|
1999-09-24
|
1KB
|
55 lines
VERSION 5.00
Begin VB.Form FrmViseur
BorderStyle = 3 'Fixed Dialog
Caption = "Oh My God That's The Funky Shit!!!!!!"
ClientHeight = 4455
ClientLeft = 45
ClientTop = 330
ClientWidth = 6450
ClipControls = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4455
ScaleWidth = 6450
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Line Line2
X1 = 0
X2 = 6480
Y1 = 2400
Y2 = 2400
End
Begin VB.Line Line1
X1 = 3360
X2 = 3360
Y1 = -480
Y2 = 5280
End
End
Attribute VB_Name = "FrmViseur"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Line1.X1 = (X)
Line2.Y1 = (Y)
Line1.X2 = (X)
Line2.Y2 = (Y)
End Sub
Private Sub lblX_Click()
End Sub
Private Sub tmrposition_Timer()
End Sub
Private Sub Form_Unload(Cancel As Integer)
MsgBox " So That's the Funky Shit!!", , "Made By Gouranga"
End Sub